From: Timo Tijhof Date: Tue, 2 Oct 2012 05:59:12 +0000 (+0200) Subject: Fixup release notes X-Git-Tag: 1.31.0-rc.0~22205 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=02344dc8d68f2b7c639404417757761b5dbc1b20;p=lhc%2Fweb%2Fwiklou.git Fixup release notes * This section shouldn'tve been moved to the 1.21 file, because the change that added it (4d4bfc27a1bedf6b0d1670707ac812fe36fe85ad) added it to REL1_20 for back porting (which happened). Change-Id: I1128691e330bf816cd1bb7d8c8e3e665f919272c --- diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 484d538957..d5908c3508 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -328,6 +328,9 @@ changes to languages because of Bugzilla reports. * Use of __DIR__ instead of dirname( __FILE__ ). * OutputPage::wrapWikiMsg() no longer supports the 'options' parameter. It was not used and complicated migration to Message class. +* Live preview functionality has been improved and moved into the + 'mediawiki.action.edit.preview' module. The old 'mediawiki.legacy.preview' module + has been removed. * (bug 40448) Removed mediawiki.legacy.mwsuggest module, and removed the following that has become obsolete: - globals $wgEnableMWSuggest and $wgMWSuggestTemplate. diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 63be7bab42..0548946a09 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -31,9 +31,6 @@ regularly. Below only new and removed languages are listed, as well as changes to languages because of Bugzilla reports. === Other changes in 1.21 === -* Live preview functionality has been improved and moved into the - 'mediawiki.action.edit.preview' module. The old 'mediawiki.legacy.preview' module - has been removed. == Compatibility ==